home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / ISQRT.C < prev    next >
C/C++ Source or Header  |  1993-04-05  |  176b  |  17 lines

  1. .I 0 1
  2. #include <string.h>
  3. .I 67 6
  4. #ifdef TEST
  5.  
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8.  
  9. main(void)
  10. .D 68 1
  11. .I 81 4
  12.       return 0;
  13. }
  14.  
  15. #endif /* TEST */
  16. .D 82 1
  17.